-
as seen on Stack Overflow
- Search for 'Stack Overflow'
The context is as follows:
One DexExpress AspxGridView with a server-side paging/filtering/sorting mechanism (using ObjectDataSource).
I've been having problems with the filter mechanism ( see this stack ).
Now, the problem I'm having is this: the client-side events get mangled between DataSource…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello all,
I have a ASPxGridView with DetailRow in this row there are three additional ASPxGridViews. Each detail ASPxGridView contains EmptyDataRow templates with link to create a new row:
<a href="javascript:gridViewDetails1.AddNewRow();">AddNewRecord</a>
When master ASPxGridView…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Yet another problem with DevExpress AspxGridView :)
The context:
One Page
In the Page, a custom control
In the custom Control, a AspxDropDown
The AspxDropDown, has a DropDownWindowTemplate
In the DropDownItemTemplate, I add a GridView and a paging/sorting/filtering enabled ObjectDataSource
When…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello all,
I use the ASPxGridView with paging, pager settings is next:
<SettingsPager
Mode="ShowPager"
Position="Bottom"
Visible="true">
Also I have a CustomButtonInitialize event:
protected void gridViewInvoices_CustomButtonInitialize(object sender, ASPxGridViewCustomButtonEventArgs…
>>> More
-
as seen on ASP.net Weblogs
- Search for 'ASP.net Weblogs'
Recently I had to implement a web application for a client of mine using ASP.Net.I used the DevExpress ASP.Net controls and I would like to present you with some hands-on examples on how to use these ASP.Net controls. In this very first post I will explore the most used ASP.Net DevExpress control…
>>> More