Filter row editbox shifted after group flypostback

4 replies. Last post: July 9, 2010 12:43 AM by Andi Santoso
Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback
Mike DearmanMember

I have a regular grid where after I group via the client-side API like:

// add group
var oNewGroup = new WebGridGroup();
oNewGroup.ColumnMember = oColumn.Name;
aGroups.Add(oNewGroup);
oTable.UpdateUI();

var oNewGroup = new WebGridGroup();
oNewGroup.ColumnMember = oColumn.Name;
aGroups.Add(oNewGroup);
oTable.UpdateUI();
// apply changes
oGrid.RefreshAll();

 

After the grid completes the refresh, the editbox in the filter row is shifted left and down by several pixels.  When I reload the page and drag the column to the GroupByBox to group it instead, this shift does not happen.  See attachment for a screenshot when it shifts.

What is causing this shift?

Thanks,

Mike

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