|
|
Browse by Tags
All Tags » DevExpress » ASP.Net
-
If you use Developer Express ASPxGridView within MS Ajax' UpdatePanel (ASPxGridView.EnableCallBacks="False") you should be aware that you should perform DataBind() method within OnInit method (Init event). Otherwise editing just won't work, or better, it works, just the modifications aren't persisted. It took me some time to ...
-
It happened that I had to embed plenty of asp.net elements into tables, i.e:
<table>
<tr>
<td>
<asp:Label ... />
<asp:TextBox ... />
</td>
<td>
<asp:Label ... />
<asp:TextBox ... />
</td>
...
|
|
|