How to enable a control after a row is selected in Radgrid - telerik-grid

Im using a Radgrid. I have a Textbox that is disabled, but I would like to enable it when any row is selected in the Radgrid.

Please try with the below link. I have already given the answer for same.
http://www.telerik.com/community/forums/aspnet-ajax/grid/how-to-enable-a-control-after-a-row-is-selected-in-radgrid.aspx#2645690
Let me know if any concern.

Related

the grid does not appear in Share Column Configuration

What code do we need to enter to make the grid appear in the share?
To make it work you have to be Administrator. When you change the column configuration by adding/hiding a column in the Column Configuration) of a grid and save it; then, the modified table will appear as an option when you click share the column configuration option.
Thanks for you answer 👍 the grid update will active function.

Enable/Disable is NOT working for Grid button

In the Invoices screen, I have a new customized field on the Header and also added a new button on the Document Details tab above the grid.
Based on the Customized field condition we need to enable and disable the button. I have added this button as a toolbar button and added enable/disable conditions in ARInvoices row selected event but it is NOT working as expected. Can you please provide your thoughts on this?
Please find the screenshot for reference.
Thanks in Advance.
Naveen, I have found a section of the Framework documentation that has some description of what you are trying to accomplish. let me know if this helps?
https://help-2020r2.acumatica.com/(W(1))/Help?ScreenId=ShowWiki&pageid=a0f8f9e9-7997-4325-bc69-b58039dd3699
So based on this it sounds link you need to "un-set" a DependsOnGrid as that is what is used to get the button to an inactive state when the grid is empty. It sounds like you are looking for the opposite.

Is there a way to prevent excel showing the drop down button, in a data validation cell?

Is it possible for excel to prevent the drop down toggle on a cell which has data validation? I am wanting the data validation to apply, but i would prefer the drop down button to not appear.
The reason for this, is the user is not having to choose a value, instead they handheld scan their ID badge.
I have searched everywhere and cannot find a solution.
Thanks in advance.
You just need to uncheck the In-Cell Drop-down checkbox.

Default look of editable table cells in JavaFX

I would like to have first column in my table editable. That works fine. However table looks normal and only when I click on the editable cell, it looks like input box. I would like to have this look of inputbox as default on every editable column in my table, so user knows right away which cell he is able to modify and which one he cannot. I figured I will have to modify caspian.css, but I couldn't find anything there. Is there easier, programmatic way to do this?
Thanks
You need to set the cellFactory of your column, inside it you can specify what you want by default on your cell by setting is graphics
explanation
and here

How to create an "Add Attachement" column in sharepoint 2010?

Googled and looked here for a while with no answer found so far.
I am currently trying to have a column work similar to the edit button. With the edit button you click the icon and you are redirected to the edit page. I want something the users can click to go straight to the add attachment section. It does not need to be a button, even though it would look nice. We also have designer so that is an option as well.
Any suggestions or link on how I can try to make this work? Any help is appreciated.
Could you not Create another ECB item just like the edit button with the name add attachment
Pass the ID of the item via query string.
Pick this up in c# and work your magic to add an attachment?
This is how to create an ECB menu item
http://www.learningsharepoint.com/2012/05/22/add-custom-editcontrolblock-ecb-menu-item-to-open-a-custom-page-in-sharepoint/
Hope this helps
Cheers
Truez

Resources