Feb 22, 2004 #1 foxrainer Programmer Jan 10, 2002 270 US Is it possible to specify a custom Text Box class to be used as the default in a custom Grid Class? i.e.: Custom class IT_Grid Custom Class IT_GridTextBox How can I change IT_Grid to use IT_GridTextBox by default? Thank you in advance Rainer
Is it possible to specify a custom Text Box class to be used as the default in a custom Grid Class? i.e.: Custom class IT_Grid Custom Class IT_GridTextBox How can I change IT_Grid to use IT_GridTextBox by default? Thank you in advance Rainer
Feb 22, 2004 #2 Mike Gagnon Programmer Apr 6, 2002 8,067 CA foxrainer Add you custom textbox class to the grid's column and chage the currentcontrol of the column to your custom textbox class. Mike Gagnon If you want to get the best response to a question, please check out FAQ184-2483 first. Upvote 0 Downvote
foxrainer Add you custom textbox class to the grid's column and chage the currentcontrol of the column to your custom textbox class. Mike Gagnon If you want to get the best response to a question, please check out FAQ184-2483 first.
Feb 22, 2004 #3 BPeisch Programmer Oct 19, 2003 464 US You can also remove the default textbox by selecting it in the property sheet, then clicking on the grid and hitting the delete button. -BP (Barbara Peisch) http://www.peisch.com Upvote 0 Downvote
You can also remove the default textbox by selecting it in the property sheet, then clicking on the grid and hitting the delete button. -BP (Barbara Peisch) http://www.peisch.com