Hi,
When I use WebDropdown in a RowEditingTemplate (usign a Template for editing) we should set
EnableDropDownAsChild="false" and this breaks up the paging ability in webdatagrid.
I got a javascript error in this function;
FunctionName: set_targetContainer: function(container)
Error Throwing in this line: throw Error.argumentNull('container');
Any help is appreciated.
Thanks.
Getting the same error when applying filtering.
I know this was written a long time ago but did you ever get an answer to your problem. I am experiencing the same thing. I have a WebDataGrid with a RowEditingTemplate that contains WebDropDowns. If I set EnableDropDownAsChild = "true", the user has to click 3 times to set the list to drop down. If I set EnableDropDownAsChild = "false", the drop down expands correctly on the first click but I get an error in the Infragistics code "set_targetContainer:function(container)", where container is null. Thanks for any help.
Did you find an answer to this? I am having the exact same problem.
Hello Everyone,
I have posted an update regarding this issue in the following forum post:http://es.infragistics.com/community/forums/p/83749/418825.aspx#418825
Please let me know if you have any questions regarding my sample or solution.
I had the similar problem, what I did was turn off AJAX, EnableAjax="False" within the webdatagrid and put the grid within an asp UpdatePanel.
<asp:UpdatePanel>
Hope this helps