Skip to main content
September 17, 2021
Question

Grid Selection Not working As I tried to use conditional user filters

  • September 17, 2021
  • 1 reply
  • 0 views

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
)
},

1 reply

stefanhelzle0001
Brainy
September 17, 2021

What is the purpose of disabling user filters when I selected an item?

Do you use both parameters, selectionValue and selectionSaveInto?