Hi
I'm working in a igHerarchicalGrid Load and Demand multilevels, all work fine, but...
I have two problems to solve:
1. I can not enter a RowTemplate, that I use to input an image that serves as a link to another page, I'm playing what I did in a igGrid, but no picture.
2. I can not format it, for example, currency, percentage, I am using the following format:
grid.Columns.Add(new GridColumn( headerText: "SALDO", key: "Saldo_Total", dataType: "number", width: "200px", formatter: "currency"));
I hope someone can help me, thank you for your support in advance.
NOTE: Should put more examples of using load on demand from the controller, if anyone has any example would appreciate me indicate where to get it.
regards
Hi Christhian,Take a look at my MVC sample: I hope it will give you the answers to all of your questions.Basically, it accomplishes the two things you mentioned: a row template with a link and an image as well as a currency-formatted value.Both of these are applied to the Developers column layout which makes it look like so:
ckorrat said:1. I can not enter a RowTemplate, that I use to input an image that serves as a link to another page, I'm playing what I did in a igGrid, but no picture.
ckorrat said:2. I can not format it, for example, currency, percentage, I am using the following format: