Wrong behavior get selected row with fileds hidden

5 replies. Last post: March 13, 2011 11:11 PM by Handy Surya
Tags :
  • New Discussion
  • New Question
  • New Product Feedback

Hi support,


I have a combo with multiple columns, same columns visible and same hidden.

The first point is that method :

combo.GetSelectedRow() should return a WebComboRow object and not an DispHTMLTableRow object (like write in documentation), this cause that we have get the cell by number (example combo.GetSelectedRow().cells[2].innerText ) and not by name (combo.GetSelectedRow().GetNamedItem("columnsName")) and this create a problem in our develop.

The second point is that if we set same columns at runtime (by behind code in the WebCombo_InitializeLayout method) the columns not visible (by attributes RenderOnHidden="True" Hidden="True"), we don't have right value show in the rest of visible columns, it seems that in the column visible contain the value of previous cell where it is set at runtime these attributes RenderOnHidden="True" Hidden="True".

May you help in this topic


thanks in advanced

Fabrizio

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