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.