HelloFor one of our customers, I had to expend the existing Order overview application with some extra columns. These columns use the ExternalSourceName field for the transformations to display a f...
I have a unigrid with 3 columns actions,name,id. Actions is an icon column, by clicking on icon I am able to get id of particular row. Now I want unigrid row selectable by click. I tried grid optio...
I have a custom dataset(results of a api converted to dataset). I was able to display them as datasource for Unigrid but now I want to implement Uniselector to display it and select a single value....
I have a custom table that contains orderitemID. I want to make this field link to the order detail/order invoice in the UniGrid defined in XML. How can I do that? thanks
https://devnet.kentico.com/articles/module-development-ui-extenders I followed above link. I updated object type and Binding object type to the same class in properties.Created xml like in above li...
I am using kentico 12. I have a unigrid(object list).Upon cliking on edit on a row,I will show a General tab(1st vertical tab) which has UIForm then in the next vertical tab I have a button. When I...
Hi, I tried to update the products data using csv file, I am binding my csv file to unigrid using dataset and i need to get the data from the unigrid to update the data on button click, so i create...
I'm still learning Kentico and I wonder if there is some tool that can generate a UniGrid definition (xml) file for a class? it seems to me that most of the time this will be closely related to the...
Hi!I have created a custom module and I am looking for the ability to hide/show the delete action in object listing XML based on the module data. How can this be achieved? Do I need to implement an...
I am new to kentico cms.I am working on existing kentico project.In that one unigrid used for displaying record from database and for binding unigrid they were using @query@ property of unigrid.But...