RightHand's community place

RightHand's community place
Welcome to RightHand's community place Sign in | Join | Help
in Search

Browse by Tags

All Tags » DevExpress » ASP.Net
  • ASPxGridView, MS Ajax and XYDataSource

    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 ...
    Posted to Righthand blogs (Weblog) by Miha Markic on marec 31, 2008
  • Custom embedding using CodeRush

    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> ...
    Posted to Righthand blogs (Weblog) by Miha Markic on december 6, 2007
Powered by Community Server, by Telligent Systems