Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
365
WebNumericEdit(s) on bound UltraWebGrid
posted

Hello All,

I inherited some code that has a data bound UltraWebGrid where a single WebNumericEdit object on the page is used to set the same number of editor decimals for every grid column.  i.e. I loop through all the grid columns, post-bind, and set the column EditorControlID to be the ID of the WebNumericEdit object.

I now find out that I need to have different numeric editor options on every column in order to have different numbers of decimals for every column.  Can anyone provide any guidance on how, at load time, to create/use WebNumericEdit editors to set different number of decimals on every column?

The data source can have any number of numeric columns - that's what has got me stumped.

Thanks for any advice.

Corey.