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
Hi,
Kindly give us an update for this issue.
Regards,
Moncy
Hi Yudi,
How the classic paging will help?
Because it is also binding the entire data.
We want to achieve the binding of only specified records.
Please add this paging requirement as a feature request?
Regards,Madhavan
Hi Bernard,We have purchased Webgrid8 on June 2013 month (previously we were using webgrid7 and webgrid 6). WebGrid.NET Enterprise 8 Developers (Retail) 8.0.7200 Multipack 8 Developer LicenseDuring the purchase we have got the intersoft id and password for developer network site.I have logged in to the site i have not found any new updates.In which version of Webgrid/Webui hotfix is this hotfix avaiable.If we have release public hotfix i should be able to see in developer network site right.,Please see the screenshots from the registered Developer network site.Regards.Madhavan
Hi Bernard,
When this hotfix will be available.
I am not seeing any version after 254 and 904.
Madhavan
Please advice us with update on this incident.
Anything you heard from your developement team.
Is there any way we can acheive the following scenario?
Say we have 50000 type of records.
Say our paging size is 50.
1.First on load webgrid should load 50 records.(Database call should be for retrieving 50 records).
2.On click of next Webgrid should load 50-100 records.(Database call should be for retrieving 50 records).
3.On click of next Webgrid should load 100-150 records.(Database call should be for retrieving 50 records).
Please advice us achieving the above mentioned scenario will benefit us heavily.
Thanks in advance,
One more point to add We have multi select functionality.
We have option to select items across multiple pages and perform the operation based on the selected check box and other column values for the selected row,
SO how this will work in custom virtual mode.
for (int j = 0; j < rowsCount; j++) { if (WebGrid1.RootTable.Rows[j] != null) { if (WebGrid1.RootTable.Rows[j].Type == RowType.Record) { if (WebGrid1.RootTable.Rows[j].KeyValue.ToString() == WebGrid1.RootTable.GetCheckedRows()[i].ToString()) { string workflow = WebGrid1.RootTable.Rows[j].Cells.GetNamedItem("Workflow").Text; Guid WorkitemId = new Guid(WebGrid1.RootTable.GetCheckedRows()[i].ToString()); Skelta.HWS.WorkItem workitem = new Skelta.HWS.WorkItem(new Skelta.Core.WorkflowObject(workflow, new Skelta.Core.ApplicationObject(_ApplicationName)), WorkitemId); if (multiSelectQueueId == Guid.Empty) { if (workitem.QueueId != Guid.Empty) { multiSelectQueueId = workitem.QueueId; } } workitemObj.Add(workitem); } else { continue; } }
Our clients are facing lot of performance issues with loading with large number of records.
They are having 50000 type of records.
If we implement the custom paging also, if clicking on load more data at certain level say like if record reached like 5000,10000 etc performance issue will come as it is keep on querying the top records from database.
So Our requirement is to implement the paging (say paging size 500)
1. Webgrid should load with initial paging size 500 records.
2. On click of next another 500 set of records should load (should not load top 1000)
3. On click of next another 500 set of records should load (should not load top 1500)
how do we achieve this requirement?
Please provide us with a sample to achieve this scenario.
We are in critical stage of the project .Please advice.
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