sir!
UltraGrid does not support add new row after group by..Please tel me the solution, how to add new row in group by case without changing its viewbandStyle
Thanx
Thanks for your help.
My chef is getting a little bit worried over the time i spend on the whole thing so far.
It's hard to explain why it is sometimes easy to get problems resolved very fast. But a little bit different in layout or recursive data with nested bands could mean a lot of time more time to spend on this for something that looks very simple and easy when it's done ...
Greetings from germany
Dietrich Schomberg said: I think this would mean that i have to make something like bands to get this behavior. i am a little bit stuck now.
I think this would mean that i have to make something like bands to get this behavior.
i am a little bit stuck now.
You could put a button on the form and add a row to your data source when the user clicks it.
Dietrich Schomberg said:How can i change the text value for "summaries for Laborhilfsmittel" and can i set "summaries" and "summe=" in one row?
You can set the band.SummaryFooterCaption to any text you want.There is also a SummaryFooterCaptionVisible property (as well as some other SummaryFooterCaption-related appearance properties) on the Override object.
There's no built-in way to get the footer and the summary on one line. But there is a post by another Infragistics user who did this using a DrawFilter and a CreationFilter and posted sample code:
My Creation and Draw Filters Article - Infragistics Forums
On the left i got a treeview as Master tabledata and on the right side the detail group by data.
How can i change the text value for "summaries for Laborhilfsmittel" and can i set "summaries" and "summe=" in one row?
Thx for your support
Dietrich
Hi Dietrich,
As Matt posted above, this is not supported.
Hi Matt
I think, i've got the same problem.
My UltraWinGrid is attached to a foreignkey binding.
When i group one column with the outlook group by the adding new row disappears.
The add new button doesn't work, every add new row type from the designer isn't visible in the grid.
What might be the problem. When i choose not to group by. The new row is visible.
What i want to see is a new row in each grouped data.