I have an UltraWebGrid control that has 4 Columns. One column in particular contains numeric values. My issue that I'm having is that for a certain data value, this column needs to format the data as a percent value w/2 decimal places. All the other values for that column need to be formatted as a currency w/2 decimal places.I was wondering if it's possible to use multiple EditorControlI for specific rows for a Column. Is it possible to use multiple EditControls for 1 column?
Hi, fy8040.
It has been some time since your post but in case that you still need assistance I will be happy to help.
It is not possible to use multiple Editor Controls for one column. What you could do is validate and format cells' values after exiting edit mode.
Please note that UltraWebGrid is outdated. I would suggest that you try the WebDataGrid / WebHierarchicalDataGrid controls. The various features of WebDataGrid are demonstrated in our samples collection at: http://samples.infragistics.com/aspnet/ComponentOverview.aspx?cn=data-grid
If you have any other questions feel free to contact me.