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
575
Strange behavior when delete row in client side with double band webGrid
posted

 Hi 

 

hope anyone could solve my problem here,

will i have webGid with band 0 and band 1 

band 0 - AllowAddnewRow  = false

band 1 - AllowAddnewRow = True so it show an add row for add rows in Band 1

 

the scenario is : 

if i have row in band 1 and this row say have 1,2,3,... Child rows or more...

and then i delete every Child row one by one till delete all children, then try to delete the parent row in band 0 it will keep the AddNewRow of band 1 and not delete it .

any other scenario than this it will delete all the Childs + the AddNewRow correctly

 

i use by the way mentioned in the below link for delete in Client Side.

http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=3037

 

Hope anyone can help me