Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MM.Net Infragistics Controls question
Message
From
14/02/2005 21:28:35
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:
00986876
Views:
38
Kevin,

>>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.

It still happens with the final release. It´s pretty easy to reproduce: just replace the grdOrders mmDataGrid by a mmUltraGrid. I´ve tried this in the "Jump Start: Windows Forms Application - C#".

Another problem: the child grid in the Properties page isn´t updated after the change.

I am assuming that I can replace a mmDataGrid by a mmUltraGrid without loosing basics behaviors like the ones I´ve pointed here. Am I wrong about this?

Should I write some code to have these behaviors when I use a mmUltraGrid?

Thanks in advance,

Eugênio
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform