Hello, how are you?
I have a sfdatagrid that is shared by the
whole application, in this scenario there may be cases of having more
than one column of the chechbox type.
What I'm doing is assigning a template to these checkbox columns.
What I need is to take the value of this cell and then apply a converter and use icons.
In
the documentation I saw an example, but the column name is passed
there, but it doesn't work for my scenario, because I need this to be
dynamic, as I will have several checkbox columns and with different
names.
I also saw it on the internet saying to use {Binding
CellBoundValue}, I tried it and was unsuccessful. If I use the column
name it works, but then I will have to make a very large template with
all the column name options. Totally unfeasible.
Attached are the images that will show how I am doing.
Attachment:
TS_2941326.rar