Question
Grid Selection Not working As I tried to use conditional user filters
Hi Everyone,
As I try to use selection in read only grid with conditional user filters.
But when I select the row first time, data is saving in the variable but in the UI it is not showing the selection.
I try to remove the conditions from the user filters then it is working fine.
Here on the basis of selection and showFilter , I try to handle condition
userFilters: {
if(
rule!Test_IsNullOrEmpty(ri!selection),
if(
local!showFilters,
{
Test 1,
Test 2,
Test 3,
Test 4,
Test 5,
Test 6
},
{
Test 1,
Test 2,
Test 3
}
),
null
)
},
