|
Browse by Tags
All Tags » row ( RSS)
-
I have been searching for a way to filter my web grids and combos using javascript and not doing a postback or using AJAX to hit the server again. I was not able to find anything. My goal was to filter a grid based on the value chosen in a combo box. I finally came up with a little routine that works...
-
I'm using 2007v2 in a SharePoint app. I have a grid with one band and and rows within it. When I filter the rows it works but I'm trying to figure out a way to get the filtered row count. It always seems to the entire row set. I don't know why. I think I'm using the right props. See grid...
-
Hey, We have a scenario where our XamDatagrid will have just 4-5 records in it at any given time. We need our XamDatagrid to resize/stretch as the user resizes the window. We actually want the records to resize(stretch in height/width) so that it may expand in the allocated container. I tried placing...
-
I'm trying to change the background color of a row in a webgrid onmouseover on the client side. Is there a way to do this. Thank you.
-
Hi all. It is possible to show a label with continuous numbering in the row (record) header? Many thanks for any hints. Phil
-
Hi. After sorting a column by clicking on the header, the row index property isn't updated to reflect the new order. I have an ultra grid with a user name column and a textbox where the user may type in a username to search for. On the ultragrid.InitializeRow method i match the value of the row with...
-
Hi, I want to handle AfterRowActivateHandler event of Webgrid, using this how I can get value of perticular cell of selected row. Thanks,
-
Hi, I'm using Infragists WebGrid version 2007 (vol. 2). I set the webgrid to be ajax enabled, and now the sorting no longer works, must I do any extra work to make this work properly? Thanks, Luís Miguel Pinho
-
Hi, I'm using Infragists WebGrid version 2007 (vol. 2). I'm updating several text boxes with the content of the selected line of a grid view. To make this I did the following: - Registered the event SelectedRowsChange - Set the row selection mode to Single (SelectTypeRowDefault="Single"...
-
Anyone know why the CSOM for a row in a hierarchical grid generates undefined for row.Expanded and row.getExpanded() ? The row is expandable (row.Expandable reports true).
|
|