Hi,
I added a GridRowEditTemplete and it worked just fine. In one situation. i need to programmatically change the text value for the GridCellProxy control. For example:
I have the user select the OpenFileDialog. I want to store the directory path to the GridCellProxy control:
Me.ugcpImageLocation.Text = "c:\test\steve.txt"
This clearly does not work. Is there another way?
Best, Steve
I'm not sure why it's not working. It looks like this might be a bug in the grid. I'll ask Infragistics Developer Support to create a case for you and write this up for developer review.
Hello,
I did the calulation and it is working fine.
However if I add a Summary Row on it, It is not doing the Calculation on the Formula Column.
I am attaching the Sample Application.
In the Application, I have two Grids Grid1 and Grid2
Grid1 has 2 summary columns for Column0 and Column1
Grid2 has 3 Summary Columns For Column0, Column1 and Column2
In both the Grid Column2 is a Sum of Column1 and Column0.
However when I want to add a new row Grid1 shows the sum of columns 0 and 1
Whereas Grid2 doesnot.
Kindly can you explain why is this happening?
:)
Regards
In the sample you posted here, nothing is calculated at all, whether you use the RowEditTemplate or not, because there is no UltraCalcManager component on the form.
Once I added one, it works fine for me. When I click on the AddNewRow, the RowEditTemplate pops up. If I then type a number in the first field and tab out of that field, the proxy for Column 2 immediately updates with the number I entered.
Sorry About that. Here you go.
It looks like you just attached an exe file here. That doesn't do any good, since I can't see the code. I was referring to a sample solution I could open up in Visual Studio and debug.