This question is locked. New answers and comments are not allowed.
Hello,
Can someone please help me add make a custom command button expand the row. I want the custom command button to act just like the + sign on the grid. The reason why I want the command button it because this detail row is 3 levels deep and the user may not see another expand, but they will see the custom button.
Here is my command button. How do i expand the the row? Also, how do I add a tool tip for my button? Thanks!!
columns.Command(commands =>
{
commands.Custom("payments")
.ButtonType(GridButtonType.Image)
.HtmlAttributes(new { id = "payments" })
.Ajax(true)
}).Width(100);
Can someone please help me add make a custom command button expand the row. I want the custom command button to act just like the + sign on the grid. The reason why I want the command button it because this detail row is 3 levels deep and the user may not see another expand, but they will see the custom button.
Here is my command button. How do i expand the the row? Also, how do I add a tool tip for my button? Thanks!!
columns.Command(commands =>
{
commands.Custom("payments")
.ButtonType(GridButtonType.Image)
.HtmlAttributes(new { id = "payments" })
.Ajax(true)
}).Width(100);