Hi, I have a WebDataGrid in which I am adding data columns, editors (dropdown, datepicker and Currency) dynamically via code. During each postback of the webdatagrid, I am clearing the datacolumns and editors and generating them again afresh. I am also providing the DataSource on WebDataGrid onLoad event.
When I am trying to navigate to the next page, I am getting the following error....Sys.ArgumentException: Value must not be null for Controls and Behaviors. Parameter name: element
I noticed that when I remove all Editors and do not generate/add them to the grid, the error goes away. But I need the editors in this case. Is this a known issue or am I doing something incorrect?
I am currently using the build version 10.3.20103.2120.
Hi, we found some issues with the editor provider. Putting the grid inside of a UpdatePanel and EnableViewState to false, the above was resolved. We are working with the product team thru the support channels. Thanks for follow-up.
Hello,
Were you able to resolve this issue?
Thanks,
Would you attach your code here please?