User Profile & Activity

Madhavan G Member
Page
of 12
Posted: September 11, 2018 7:04 AM

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

Posted: October 28, 2013 1:38 AM

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 License


During 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

Posted: October 21, 2013 12:35 AM
Hi Bernard,

I am not seeing in my dev2.intersoftpt.com.
how will i get the 2013 R1 installer.
Please advice.

Regards,
Madhavan

Posted: October 9, 2013 10:54 AM

Hi Bernard,

When this hotfix will be available.

I am not seeing any version after 254 and 904.

Regards,

Madhavan

 

 

Hi Yudi,

Please advice us with update on this incident.

Regards,

Madhavan

 

Hi Yudi,

Anything you heard from your developement team.

Regards,

Madhavan

Hi Yudi,

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,

Regards,

Madhavan

Hi Yudi,

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.

Regards,

Madhavan

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;
                                }
                            }

 

Hi Yudi,

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.

Regards,

Madhavan

 

 

Regards,

Madhavan  

 

Regards,

Madhavan

 

 

All times are GMT -5. The time now is 9:40 PM.
Previous Next