Jump to content

Recommended Posts

Posted

ExtEvents->beforeedit  not working for checkbox columns.

Testcase:

1. Take demo uniGUI\Demos\Desktop\GridCheckBox

2. Put code below to UniDbGrid1->ExtEvents

function beforeedit(editor, context, eOpts)
{
return false;
}

3. Try to edit checkbox columns

 

UNiGUIVersion 1.90.0.1526

Posted
18 hours ago, Hayri ASLAN said:

Why you are not setting grid or column readonly?

Because I need to allow editing depending on the value in another column

Posted
2 hours ago, apgrs said:

Because I need to allow editing depending on the value in another column

I see. I found the problem and created a ticket. We will work on this.

Posted
On 5/14/2020 at 3:40 PM, Hayri ASLAN said:

I see. I found the problem and created a ticket. We will work on this.

 

can I get the ticket number to keep track of the release notes in next builds?

  • 1 month later...
Posted

Hi,

I have grid desktop and mobile.. i have a problem displaying the html (fontawesome icon) with the desktop grid..

How can I eliminate the square icon?

image.png.1cbbc45e26da7fce836b7cdfdf329689.png 

 

Thanks,

Posted
1 hour ago, fraxzi said:

I have grid desktop and mobile.. i have a problem displaying the html (fontawesome icon) with the desktop grid..

Do you have a read-only grid?

Posted
15 hours ago, Sherzod said:

Do you have a read-only grid?

Yes those are read-only grid... when I turn it to editable:

image.png.8be0e16e8c18c10a5eb6dacccb1a8061.png

-Frances

Posted
On 6/26/2020 at 9:44 AM, fraxzi said:

Yes those are read-only grid... when I turn it to editable:

image.png.8be0e16e8c18c10a5eb6dacccb1a8061.png

-Frances

Anyone how to resolve this?

 

Posted
22 minutes ago, Sherzod said:

Sorry, how to understand this?

Hi Sherzod,

I'd like to display icon based on column value, but still clickable like action button so I can popup a form... when the column value changed it display a different icon.

Thanks,

Frances

Posted
14 minutes ago, Sherzod said:

Hi,

And what values can be?

Hi Sherzod,

the values are integer 1 and 0, each value shows diff icon/image I assigned from uninativeimagelist, the icon is clickable like the action button (not widget).

Thanks,

Frances

Posted
5 hours ago, fraxzi said:

the values are integer 1 and 0, each value shows diff icon/image I assigned from uninativeimagelist, the icon is clickable like the action button (not widget).

Hi,

This post may help you:

 

  • 8 months later...
Posted
On 5/14/2020 at 8:40 PM, Hayri ASLAN said:

I see. I found the problem and created a ticket. We will work on this.

Hi, Why still not yet fix this problem?

 

I use 1.90.0.1545

Posted
On 5/12/2020 at 2:52 PM, apgrs said:

ExtEvents->beforeedit  not working for checkbox columns.

Testcase:

1. Take demo uniGUI\Demos\Desktop\GridCheckBox

2. Put code below to UniDbGrid1->ExtEvents


function beforeedit(editor, context, eOpts)
{
return false;
}

3. Try to edit checkbox columns

 

UNiGUIVersion 1.90.0.1526

Hi,

  above issue i checked in version 1.90.0.1545 still not yet fix. Any solution for set readonly checkbox in grid when use beforeedit?

 

Posted
4 hours ago, Farshad Mohajeri said:

Next build will address this issue.

Actually, if you want to avoid editing a CheckBox in grid you can set the field to ReadOnly.

Hi,

  Cause block CheckBox column is depend on other column value, only BeforeEdit can solve it.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...