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/
Related
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.
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
I'm using
<parsley:ContextBuilder config="{Parsley_Config}"/>
in my main application. The problem is popup window cannot detect the configuration. Any kind help is appreciated.
There is a section about it in the Parsley documentation :
http://www.spicefactory.org/parsley/docs/2.4/manual/view.php#popup
help for this topic - how to handle popup and windows using parsley
http://flexfinds.blogspot.co.uk/2012/10/parsley-and-popups.html
Is it possible to put flex charts in a asp.net application?
Any other suggestion on easy to use chart controls, but fancy looking ?
Check out http://www.fusioncharts.com/Default.asp?Flex
Try amCharts. There's a special wrapper ASP.NET control too.
A bit too late but nevertheless
Try this: www.codeproject.com/KB/web-image/Flex_chart.aspx
Thanks,
Geeth
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.