Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Databound Grid Cell Values based on Method Return Value
Message
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Titre:
Databound Grid Cell Values based on Method Return Value
Divers
Thread ID:
00965569
Message ID:
00965569
Vues:
53
Hi Kevin

In my current VFP framework I have been using the listbox control instead of a grid to display data in a table. The text displayed in the listbox is obtained by calling the SetListBoxText method. The advantage is that I can do any kind of data manipulation in the method and simply return the text I wanted displayed. I began using this technique because using comboboxes in VFP's grid was slow and did not allow for data manipulation involving encoding, encryption etc.

I noticed that the Syncfusion datagrid allows something called formula cells which basically does something similar to what I have just described. What I am wondering about is if there is way to implement such a thing in mmDataGrid where the grid might be bound to a datatable but the value shown in the grid column could be the return value of a method instead of showing the table field value?

I realise I could create customer SQL statements to do some of this modification to data but having the ability to morph the data displayed is very helpful.

Regards,
Simon White
Simon White
dCipher Computing
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform