yo tengo una webdatagrid definido de la siguiente manera
<asp:UpdatePanel ID="up_gridCustomers" runat="server" ChildrenAsTriggers="False" UpdateMode="Conditional"> <ContentTemplate> <ig:WebDataGrid ID="uwg_gridCustomers" runat="server" Height="300px" StyleSetName="XSALESNRO1" StyleSetPath="~/ig_res" AutoCRUD="true" Width="800px" DefaultColumnWidth="100px" AutoGenerateColumns="True"> <Behaviors> <ig:Selection RowSelectType="Single" Enabled="true" /> <ig:Paging PagerAppearance="Bottom" PageSize="50" Enabled="true" /> <ig:RowSelectors Enabled="true" RowNumbering="true" /> <ig:ColumnMoving Enabled="true" /> <ig:ColumnResizing Enabled="true" /> <ig:Filtering Alignment="Top" Visibility="Visible" Enabled="true" AnimationEnabled="true" /> <ig:Sorting SortingMode="Single" Enabled="true" /> <ig:VirtualScrolling Enabled="true" ScrollingMode="Deferred" /> </Behaviors> </ig:WebDataGrid> </ContentTemplate> </asp:UpdatePanel>
Cuando selecciono una fila me funciona perfecto.
Pero cuando selecciono una celda y luego presiono cualquier objeto link_button que tenga un proceso por el lado del servidor me genera el siguiente mensaje
Hi edgutol,
Note that this is an English community. In the future please post your questions in English.
Please refer to the following thread regarding this scenario:
http://community.infragistics.com/forums/t/65614.aspx