Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MM.Net Infragistics Controls question
Message
 
To
05/02/2005 17:59:57
Eugenio Casal
Futura Tecnologia Informação Consult Ltd
São Paulo, Brazil
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
00984241
Message ID:
00984619
Views:
22
Eugenio,

>1- When I run the form and navigate through the orders using the mmUltraGrid dgrOrders, the Properties Page isn´t updated.
>To correct this I had to modify the btnGetOrders_Click event handler adding the code to data bind the mmUltraGrid control (dgrOrders):
>
>
>  private void btnGetOrders_Click(object sender, System.EventArgs e)
>  {
>   this.dsOrders = this.oOrder.GetOrdersByCustomerID(this.txtCustomerID.Text);
>
>   // Data binding the mmUltraGrid. The following code wasn´t necessary when I was using the mmDataGrid.
>   // At desing time the BindingSource property is already set.
>   this.grdOrders.DataSource = this.dsOrders;
>   this.grdOrders.DataBind();
>  }
>
>
>Is this a bug in this beta release or am I doing wrong assumptions about the use of mmUltraGrid.

You shouldn't have to do this...I wasn't able to recreate this problem, but we'll be releasing the final version of our Infragistics controls very soon.

>2- Using the mmUltraGrid I cannot setup some features in the "Feature Picker" like "Card View", "Outlook Group By", "Header Click Sort Action", etc.
>
>Will these features be available in the final release?

Unfortunately there are "issues" with the Infragistics controls when working with subclassed controls. We've made them aware of these and they will hopefully be fixed in an upcoming release.

>3- I followed the directions at "Data Binding the mmUltraGrid" in the help but when I click in the "Get Orders" button, the grid shows all the columns no matter what I have previously setup. What am I missing?

I'm not sure what's going on...are you able to get it to work with a "regular" Infragistics DataGrid?

Regards,
Kevin McNeish
Eight-Time .NET MVP
VFP and iOS Author, Speaker & Trainer
Oak Leaf Enterprises, Inc.
Chief Architect, MM Framework
http://www.oakleafsd.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform