Hi Satish,

We have this exact configuration. Our front end (client-side) is served by our Flex apps, which interact with our database via our .net layer. There are packages out there that you can use (WebOrb is one) but we ended up simply setting up a web service on our .NET side and our flex just interacts directly with it.

Adrian

Satish Chowdary wrote:


Hi All,

could u please provide the information about how to integrate FLEX application with .NET Environment..
sending sample code appreciated
Thanks inAdvance
సతà±EURà°·à±?


------------------------------------------------------------------------
*From:* golnooshp <[email protected]>
*To:* [email protected]
*Sent:* Monday, 29 June, 2009 3:43:39 PM
*Subject:* [flexcoders] How to add custom sorting to AdvancedDataGrid to worked on grouped Data?

Hi,
I have an advancedDataGrid that I need to add custom sorting to it which overrides the original sort! my sorting should work using a combobox to select ascending and desending from with a sort button! I know this is a bug in flex that its original sorting only works in hierarchical data and not for groupingCollection the dataProvider of my grid is a flat data. however, in the UI, the user can add grouping to the AdvancedDataGrid. so I want the sort to work on grouped data! let's say the columns are : country, province, city. population and there is grouping on country and province
so the sorting should do the following:
1) if the user does a descending sort on country: only unitedStates will go up and Canada will go down. 2)if the user does a descending sort on province: the order of the grouping of province will change to Quebec, Ontario, British Columbia 3) if the user does a soring on city: although this is not a grouped column, it should do the sorting on all the cities.

Thanks,


------------------------------------------------------------------------
Love Cricket? Check out live scores, photos, video highlights and more. Click here <http://in.rd.yahoo.com/tagline_cricket_2/*http://cricket.yahoo.com>.

Reply via email to