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
Hello,
As I mentioned before, please add this as feature request in our developer network. For additional information, I forgot to tell you that WebGrid already has this feature. It is called IsRowChecker.
Regards,Handy
If you add a WebGrid Checkbox column, you will need to use IsRowChecker properties as true.By clicking checkbox in the header column, you can select or unselect all. Please see PreserveCheckedRows.aspx in our WebGrid sample.I also would like to let you know the additional information regarding this link. Currently, only WebGrid has this feature. You can see all features in our current R2 release by checking the release notes. You can also see at http://support.intersoftpt.com and check at version history for each product. Appearently, the your previous request has not been implemented yet. As I ever told you at previous thread, you will need to add this as feature request in our developer network.
Sure, you can change "FilterEditType" properties into "Textbox".
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.
Hello Anup,
I have tested it but it runs well. What does that button click do? When PostBack, PrepareDataBinding would be always triggered. If that button only triggers postback, it supposed not creating a new column again. You should add if(!IsPostBack).
Hi Henny,
Please open our WebGrid references and search "Walkthrough: Applying custom filtering in WebGrid"
It should guide you how to apply the custom filter.
May I know how you converted your menu into Dutch? Do you change localization language manually when click button? Or do you use SetText which Julia guided you before? Our WebGrid 7 works well in IE8. Would you mind to let us know more details regarding this issue?
Hi Yixin,
I am sorry. Based on your code, the timeout also is not working well. The reccurence of "i", got faster than newRow.Update. So, I would like to correct what I said before. You will still need to use TimeOut to delay for each process. But you must not to use recurrence when add "ID". Because, the time is not correct.E.gID=AAAAA1,AAAAA2,AAAAA3. which (1,2,3) used "i" as repetition.It is very hard to get the correct time out and mostly goes wrong. Therefore, when add multiple rows, you must not to use that repetition.You will need to assign manually via button click.e.gID=aaaaaa,bbbbbb,cccccc
However, adding multiple row at a once is not suggested because to get the exact delay time is very hard.
Hi,
We don't support Column Freezing for ColumnSet scenario for now. If you insist, you can post this as a feature request in Developer Network>>CommunityCenter>>ProductFeedback>>FeatureRequest.
You can hide it by set display none to its element.
e.g for the first Row
function Button2_onclick() { var grid = ISGetObject("WebGrid1"); grid.RootTable.GetRow(0).GetElement().style.display = "none"; }
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