|
Browse by Tags
All Tags » Web Grid ( RSS)
-
Hi, in your event method; in your link button even make sure you have the following lines of code: LinkButton lbtn = (LinkButton)sender; CellItem ci = (CellItem)lbtn.Parent; if(ci != null){ UltragridRow r = ci.Cell.Row; int iRow = ci.Cell.Row.Index; // this will give you the current row index so if you...
-
I have an Icon filter on a column but the DropDown rows are too big compared to the text inside! Any idea wh at is causing the issue or how to fix this?
-
I have NA 2008 release 1 and am developing an ASP.NET application. Several of the WebGrid controls I have implemented have datetime values in the dataset/table that I bind to the grid. I am able to toggle the sort order by clicking on the header but the sort is based upon the month first rather than...
-
Hi, I'm rendering the grid as a result of a partial postback (using the UpdatePanel) and it has been working well until I changed the scripts directory via the web.config. Now I get a script loading error which seem to be raised by the page ScriptManager. You can read about my problem in this post...
-
Hi, Can anyone tell me is there any way to add Radio Button in UltraWebGrid and add an event handler to it?
-
I want do postback if had changed some cell with checkbox and quantity of pages > 1. How I can do this from client side? What are an event handler on server (ActiveCellChange)? ---aspx < ClientSideEvents CellChangeHandler ="OnGridCustomerContactsCellClicked" ---js function OnGridCustomerContactsCellClicked...
-
Oops..I placed in the wrong Discussion group. Hi, I am trying to filter a webgrid based on another webgrid's selection. When the page is first loaded my toBeFilteredGrid shows all rows and my selectionGrid defaults to one of the rows (selected). When I click on another row, the SelectedRowChanged...
-
hi, just do one thing included at least one space in your cell content. if your cell content is 'amolmahajan' then it should contain space somewhere like 'amol mahajan' or ' amolmahajan' or 'amolmahajan '. Thanks,
-
hi, I am using webgrid where I want to show only some fields of many fetch from database. so I have make autogenerate property of webgrid to false. Now what should I change in HTML so that I can show only some fields, i guess i should add UltraGridColumn, can any one plz help in detail. Thanks in advance...
-
I wanted to add a new row by use of the function igtbl_addNew but the function was not found. Error 'object ecpected' Other grid related functions where executed without problemes.
|
|