I am using the WebDataGrid and I need to have a numeric editor for the first cell in a column and a percent editor for all other cells in that column. Is there a way to do that? I am using version 11.2.20112.2086 and VB code behind.
Hello Peggy,
Thank you for posting in the community.
Using two different editor providers in a single column would not be possible, however you may use a templated column containing all the required controls and display only the desired ones per row onInitializeRow. I am attaching a small sample illustrating this scenario.
Please let me know if this helps.
Thank you! That works very well for what I need.