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,
This is a default behaviour in SelfReference scenario because the self child row only refer into a parent row. That's why it is count as one.
However, if you want, you can calculate them manually. We have GetSelfRefChildRows() method in a row object. You can get the row object by getting selected row or loop the root table for each row manually.
Example, grid.RootTable.GetRow(0).GetSelfRefChildRows();
Hope this helps.
Regards,Handy
Hi John,
Do yo use checkbox ISRowChecker feature? If yes, this is the default behaviour and not designed for editing. It is designed for multiple selection. There is no other way to disable them one by one in AfterInitialize. Get each cell object element inside row object and disable them manually.
I think you will need to handle it via client side. In OnShow client side event, handle your validation. If the data field is over specified length, get the element and set the display as none such as, WebCallOut1.GetElement().style.display = "none";
Hello Kai,
Unfortunately, If I am not mistaken, WebGrid does not support this feature for now.
Would you mind to let us know your environment details? Is it 64 bit system? If it is, please try to run ISReg64.exe. I removed your license screenshot due to confidential reason. Please don't publish it in the future. You can send an email into technical@intersoftpt.com for the license issue.
Hi,
Unfortunately, this scenario could not be done. Even if It can, the efforts are too big. If you ask for my opinion, maybe you can try to check in OnAfterReponse clientside event. You can get if the status is 'add', try to call back your add function again. However, you will need to find the correct validation. Otherwise, it will always recursive. Maybe you can add some flags or something.
Hello Shah,
I am sorry for the late reply. Your issue is being investigated right now. I will let you know when the fix is ready. Btw, would you be mind more specific such as in recording like before? This would help us more to avoid some missing issue.
Hello Brad,
Do you use IE7(document) as well for the browser? If yes, it is a known issue.
<style type="text/css"> .DefSIcon { position: static !important; } </style>
!important attribute is only used when in XHTML doctype.
Unfortunately, you could not do this at client side. The possible way to do from server side via FullPostBack the page.
If the columns are not specified, what do you need sort for? Only when column structure is specified, you can use sort. I think you can do yor sorting after you called RetrieveStructure. If you specified the sort before RetrieveStructure, of course WebGrid would not sort.
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