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

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
Posted by Miha Markic | 2 Comments
Filed under: , ,

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 ... /> </
Posted by Miha Markic | 1 Comments
Filed under: ,