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 Dave,
I apologized for the last line of code. It should be selectedRow instead of selectedRows.The code should work well in normal grouping virtual load. In my case, I am using ClientBinding_VirtualGroupPaging.aspx. I am using the code via button click. To use the button, I need to select a group row.I am not sure why it does not work in your sample. Does your scenario have more than one grouping level?
Regards,Handy
Hello,
You can find some samples that also have recurring events in our WebSchedulerSamples.Unfortunately, our documentation does not have information about recurrence sample scenario.
You can set recurrence for every 2 days. From Editting form at recurrence section, you would need to set daily option. For further information, you can ready our WebScheduler references/documentation about "Comprehensive Recurrence Support".
Hope this helps.
Hello Frank,
The project is missing product.mdb. Also, What is the step by step to replicate the issue after I could run the project? Thank you.
Hello Eric,
Your issue is under investigation. I will let you know asap.
You can use snippet code below to get rows expanded in grouping.
var selectedObject = grid.GetSelectedObject(); var selectedRow = selectedObject.ToRowObject(); selectedRows.GetGroupChildRows().length;
You can see that the length is depend on how many rows that you loaded. Hope this helps.
Our Css standard is integrated into our our assemblies and resources.If you want to overrides the style, you would need to define into the styles properties which is available in each control.If you only need to override some styles, you don't need to define for the other styles.When you save the layout into .isl, it should only have your styles. The other style which have not been defined would follow our standard styles.You can save all your styles via designer>>LayoutManager. Regards,Handy
My sample is using Northwind database. You can find it inside our WebGrid sample.If you want to restore selected row or checked rows from another page, you can use properties RestoreRowSelection properties. When navigate into the other WebGrid page and back into the first page, it would save and restore your last selected rows.Also, It is not possible to select a row in the other WebGrid page because WebGrid loads the data partially. The rows in the other WebGrid page have not created yet.
For your last question:
I think you still need to do it via FullPostBack because you were loading ascx.You can also integrated it with UpdatePanel to avoid FullPostBack the page.
Hello Kenny,
I will let you know when the fix is ready.
Please find my attached sample. I can check a row and focus into the rows via button click (server side)Hope this helps.Also, would you mind to let me know more details about your last question?
Ok, I can replicate the issue based on your explanation. I would forward this to our developer teams.
For temporary workarounds, I suggest you to use properties instead of the designer. Just click WebGrid at design mode, press F4, you can try to navigate based on the properties window pane at the right.
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