Hi im using a ultrawebgrid, and i try to use the click event, but it doesn't work all the time, i use a break point to follow it , and each time i click on the grid the event not work
Hello,
What type event use client side or server side?
Client side event declaration:
<displaylayout ><ClientSideEvents CellClickHandler="alert('Fire');" />….
Server side event declaration:
ASPX:<igtbl:UltraWebGrid ID="UltraWebGrid1" runat="server" onclick="UltraWebGrid1_Click"
Code-behind: protected void UltraWebGrid1_Click(object sender, Infragistics.WebUI.UltraWebGrid.ClickEventArgs e) {//some code }
What am I missing?
Could you please provide little bit information about UltraWebGrid declaration. ASPX code-behind JS code – anything that can get us started is welcome.
Thanks.
hi i`m using an ultrawebgrid, i bind data to the grid and the grid dont display it, i use a object list as a datasource , like this:
UltraWebGrid2.DataSource = presentacion.documentosAsociadosInferiores(i);
UltraWebGrid2.DataBind();
the grid is into a webasyncRefreshPanel, and i tray to bind the data into the click event of other grid