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
Thanks for the reply Hans.
However my question is regarding 3 separate columns. Each column has checkboxes with header checkbox as rowchecker. Below is a small snippet from the code. When I click checkbox header "LOACB", all rows under it gets selected. But, when I click on checkbox header "InvByRM", all checkboxes under column named "LOACB" gets selected which is incorrect.
<ISWebGrid:WebGrid ID="WebGrid1" runat="server" ViewStateStorage="Client" StateRestorationLevel="Medium" AllowAutoDataCaching = "false" height="370px" usedefaultstyle="True" defaultstylemode="Elegant" width="101%" >
<RootTable DataKeyField="EE_Benchmarking_Account_ID" >
<Columns>
<ISWebGrid:WebGridColumn Caption="Request ID" DataMember="RequestID" Name="RequestID">
</ISWebGrid:WebGridColumn>
<ISWebGrid:WebGridColumn Caption="EE_Benchmarking_Account_ID" DataMember="EE_Benchmarking_Account_ID" Name="EE_Benchmarking_Account_ID" Visible="true">
<ISWebGrid:WebGridColumn Caption="LOACB" Name="LOACB" ColumnType="CheckBox" DataType="System.Boolean" EditType="Checkbox" Width="100px" IsRowChecker="true" >
<ISWebGrid:WebGridColumn Caption="InvByRM" Name="InvByRM" ColumnType="CheckBox" DataType="System.Boolean" EditType="Checkbox" Width="100px" IsRowChecker = "true" >
<ISWebGrid:WebGridColumn Caption="Payment" Name="Payment" ColumnType="CheckBox" DataType="System.Boolean" EditType="Checkbox" Width="100px" IsRowChecker ="true" >
</Columns>
</RootTable>
</ISWebGrid:WebGrid>
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