User Profile & Activity

Madhavan G Member
Page
of 12

Hi Handy,

In your sample I didn't see any grouping on column enabled.

Please check our sample page which replicates the issue.

 

Regards,

Madhavan

Hi Handy,

your attachment is downloading but it is saying invalid archive if we open it.

 

This is the code snippet i tried:

 

 

client side

function GetCheckedRowsCount()

{

var grid=ISGetObject("WebGrid1"); var rootTable = grid.RootTable;

grid.AddInput("ISMultiSelectQueue","Y");

"ISMultiSelectQueue","Y");var chkrows="";//alert(grid.RootTable.GetRowsCount());

chkrows=grid.TotalLoadedRows;

grid.AddInput("TotLoadedRows",chkrows +'');

grid.SendCustomRequest();

"TotLoadedRows",chkrows +'');

grid.SendCustomRequest();

//grid.RefreshAll();

alert(grid.RootTable.GetRowsCount());

}

 

Server Side:

void WebGrid1_InitializePostBack(object sender, PostbackEventArgs e)

{

if (e.Action == "Custom" && !string.IsNullOrEmpty(Request["ISMultiSelectQueue"]))

{

System.Collections.
ArrayList workitemIds = WebGrid1.RootTable.GetCheckedRows();System.Collections.ArrayList workitemObj = new System.Collections.ArrayList();int rowsCount = WebGrid1.RootTable.Rows.Count;

 

Regards,

madhavan

 

Hi all,

Any updates for me.

Regards,

Madhavan

Hi Handy,

From client side count  is coming correctly.

But from server side it is giving only the grouprows count.

int rowsCount = WebGrid1.RootTable.Rows.Count;

 

Please advice.

Regards,

Madhavan

Hi Handy,

After applying the hotfix Patch also the

WebGrid1.RootTable.Rows.Count is not coming correctly.

Please advice.

Regards,

Madhavan

We need this scenario.

Basically our product is a BPM workflow product,This scenario is demanded by all our customers.

Users will be able to view their tasks with grouping on certain columns.

Currently the grouping state is not retained in the grid and we are doing work on retaining grid state as all of our customers wanted this feature,

Please suggest.

Regards,

Madhavan

Hi Handy,

We are using latest hodtfix for webgrid 6.

Please find enclosed the entire project which replicates the issue.

Please refer the dlls and change the database path name and browse the page to see the issue.

Regards,

Madhavan

Posted: November 6, 2009 12:36 AM

Hi Handy,

Is there a sample to do this?

Regards,

Madhavan

 

Hi Handy,

 

thanks for understanding our concern.

Regards,

Madhavan

Hi Handy,

Can you please advice when it will be avaiable as a hotfix.

Because we are having our product release in November 3 rd week.

Regards,

Madhavan

All times are GMT -5. The time now is 1:21 PM.
Previous Next