iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Hi ,
I am disabling the checkbox for some rows by setting the e.Row.Cells[0].ForceNoEdit = true;
But the check box of the Heder columns is not getting disabled.
How can i achieve this.
Screenshot is attached.
I found a solution for the Root table.I am able to disable the RootTable Header by setting grid.RootTable.Columns[0].GetElement().childNodes[0].childNodes[0].disabled = true; But How van i achieve this for the child tables header colums?
grid.RootTable.ChildTables[0].Columns[0].GetElement().childNodes[0].childNodes[0].disabled= true
I had alredy tried this option.But the GetElement() is throwing some exception.
Is there any other alternative?
The probelm what i am facing is i am able to disable the second level child row header by this way.
Ho can i loop through all the child tables and disable the header column?
The child table diabling is happening only for the first record.
And the Root table disabling is happening for all the records.
Please see the screenshot attached.
Hi,
I created a sample about how to disable all checkbox in header. Notice that, I didn't loop the rows collection of the child. In this case, we only need to ensure how to get the element of checkbox object in the header. Please see my sample as references.
You need to consider that the element might be diferent with yours because the elements are created based on your WebGrid structure. So, you would need to get the proper element of your checkbox. Hope this helps.
regards,
Hello Madhavan,
It seems Moz renders differently.
To disabled the row headers and make it runnable in Moz and other browsers, you need to add more childNodes element.
Regards,
Hendrik
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname