Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
255
Limit Controls in Formula Builder
posted

Hello,

I am adding a formula field to ugReport grid. It seem by default the Formula Builder loads all availble columns Infragistic controls (grids, dropdowns, so on...) . Is there a way to specify which control should be availble in for the user to create formula? Ideally, I want the user only to have access to all the columns of  ugReport grid.

Parents
No Data
Reply
  • 469350
    Offline posted

    Hi,

    I took a look at the FormulaBuilder Runtime sample and it's doing exactly what you describe by hooking into the OperandInitializing event of the FormulaBuilderDialog and setting e.Cancel to true for the item that should not be shown.

Children