Unplanned
Last Updated: 15 Oct 2019 08:07 by ADMIN
Rick
Created on: 08 Oct 2019 15:48
Category: TreeList
Type: Feature Request
1
TreeList update cancel icons and text

I have worked with the grid and have successfully been able to change the update/cancel button text/icon for inline editing using the code below.


commands.Edit().Text(" ").IconClass("fa glyphcolor fa-edit").CancelText(" ").CancelIconClass("fa fa-times").UpdateText(" ").UpdateIconClass("fa fa-check");

For the TreeList the IconClass, CancelText, CancelIconClass UpdateText or UpdateIconClass are not exposed functions.  Currently using JQuery and CSS you can workaround this but I would be nice if the TreeList exposed this functionality as the grid does.

0 comments