Hi I am Marko,
What I want to do is to fill xamGrid with email titles and then to have an option to expand each row so that I can see email body (text that is) . And that text can be very big or very small and there fore height of the expanded row can vary (be very high or very low). I saw on this site that xamGrid has an option to make rows expandable. How do I achieve all this? Because when I load email text in the grid the row height is always the same and its the height that I specified in properties of the grid for example 23px. This way I can not see hole of the text - I can see only part of the email text - part that fits into that columns width. I want to see hole of the text no matter how big it is (multiple rows text and not in one line). When I set column width to "Auto" width of the column goes wide as far as header text of that column -and this is behavior that i wand but also I want the height of the row to grow according to the size of the email body text. I don't now how to do this.
Please help.
Best regards,
Marko.
.. and load data from database
I will now try to put two textblock controls instead of those three text boxes
No need to do that, I have managed to import your code into my project and to run new page without errors. I will write if I stubble again.
I wonder how did they made that fancy template in example link in previous posts with that shiny rectangle
Hello Marko,
Thank you for your answer.
I downloaded the sample and ran it without problems. Can you please try to remove the four Infragistics references and add them manually again, then clean the project and rebuild. It is also possible that you are using WPF3 instead of 4, so re-adding the assemblies should fix the issue.
Please let me know if you have manage to handle that situation using my advice or you need additional help.
Sincerely,
Ekaterina
Developer Support Engineer
Infragistics, Inc.
www.infragistics.com/support
Hi
Thanks for that sample project EkStaneva very much but I am having a problem running it. These four references cannot be found:
-InfragisticsWPF4.Controls.Grids.XamGrid.v11.2
-InfragisticsWPF4.Controls.Menus.XamMenu.v11.2
-InfragisticsWPF4.DataManager.v11.2
-InfragisticsWPF4.v11.2
and therefore I cannot see in design mode because <ig:XamGrid is not recognized
I don't have these assemblies on my machine and I cannot run this sample project.
My project is actually containing web project which is hosting silverlight project. It is like silverlight web project
and this sample project you sent is WPF project as far as I can tell.
It would be a great help if you'd convert this sample project into silverlight web project so that I can run it successfully without errors.
Awaiting your reply,
Thanks