How to do report like a Treelist - devexpress

Hello everyone I have a question about Devexpress Report.I wanna that I have a report and and treelist.Can i make that report like treelist? Thank you for your helps.

You can use the PrintableComponentContainer control to embed a TreeList into an XtraReport.

Related

Master/Detail Example with asp.net Programmatically

does anyone know any example to make a master/detail gridview/detailsview Programmatically?. I really appreciatte if you could give me some example of how i must code that.
http://www.vkinfotek.com/detailsview/gridview-detailsview-master-detail-example.html
http://www.codeproject.com/Articles/16779/GridView-DetailsView-Master-Detail-Control

Ext.net: how to load data in a form when row grid change?

i've a gridview and a form panel in the same page (the form panel contains the detail of data).
I would like to "load" data into form panel after the user click on a row of the grid...
Is it possible ?
Thanks
The following examples might help to get you started, see
http://examples.ext.net/#/GridPanel/Data_with_Details/Form_Details/
http://examples.ext.net/#/DragDrop/Grid/Grid_to_FormPanel/
http://examples.ext.net/#/GridPanel/Miscellaneous/Details_Window/
Have you checked out saki's Ext examples ? He has some good code examples that could help you. Check out "Complex Data Binding" in Application Design http://examples.extjs.eu/

jquery Ui Auto Complete Static ServerSide Data source

jquery Ui AutoComplete has a property that named Source.
i want to value this property with static datasource for example generic list or filled dataset on my asp.net application.
is it possible?
would you please give me an example?
thanks.
There's a perfectly good example on the demo page
Go to http://jqueryui.com/demos/autocomplete/#options
Expand the "source" example
Edit: Actually, the default example source is even better.
Go to http://jqueryui.com/demos/autocomplete/
Click the "View Source" link under the demo

Coolite EXT GridPanel

I'm new in using Extjs Library , I want to use GridPanel but I don't know how to use it with aspnet ,
any help will be appreciated
Thanks in Advance
Checkout this sample from extjs web :
http://examples.ext.net/#/GridPanel/ArrayGrid/Simple/

Flex : Displaying the Advanced DataGrid data in Pages

I have a flex application where Im displaying login data using an advanced datagrid. Is it possible to show the data in this advanced datagrid, by a page wise way? if so do you have any sample coding to do this. thanks
Here's an example I think might help you: http://gurufaction.blogspot.com/2007/02/flex-datagrid-paging-example-with.html
SWF: http://develop.gurufaction.com/App.swf
MXML: http://develop.gurufaction.com/src/App.mxml
You can use the "filterFunction".
Write a custom function to filter data according on which "page" you are browsing.
Another solution is to split the original array to get several array which will be assigned according to the current page.

Resources