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
What event is fired on the client side when the user checks a checbox on a webgrid? I need to capture it and open another webpage when this occurs...
If you are using our ISRowChecker for your checkbox, We have a clientside event called "OnCheckBoxClick". Hope you could use this event for your scenario.
Regards,Handy
Handy’s post has lead to the correct answer.
I made a simple test on my local by binding WebGrid to ‘Products’ table of Northwind database. The table has ‘Discontinued’ field which its data type is Boolean and represented as checkbox in WebGrid.
The column declared as follow.
<ISWebGrid:WebGridColumn Caption="Discontinued" DataMember="Discontinued" DataType="System.Boolean" Name="Discontinued" Width="100px" ColumnType="CheckBox" EditType="Checkbox"> </ISWebGrid:WebGridColumn>
... <LayoutSettings AllowAddNew="Yes" AllowDelete="Yes" AllowEdit="Yes"> <ClientSideEvents OnCheckBoxClick="WebGrid1_OnCheckBoxClick" /> </LayoutSettings> ...
I simply add OnCheckBoxClick client side event of WebGrid and put a single alert in it. The alert is invoked when I click any checkbox on ‘Discontinued’ column of WebGrid. So, OnCheckBoxClick client side event should be suitable with your scenario.
Unfortunately, I am just using checkbox.
Any other ideas?
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