I have a simple editable report that includes three columns that can be edited in place. The first two columns are text so no issue. The third column I want to be a popup (drop down box) instead of a text box. The linked report that updates the column in the DB has the paramter set to the popup list value. However, the third column remains just a text box. What I am doing wrong?
dbr.editable popup with drop down list for parameter
(4 posts) (2 voices)-
-
Hi,
can you show the dbr.editable command you are using.--
myDBR Team -
select 'dbr.editable',
'Dept Priority',
'sp_DBR_jobcosting_edit_deptjobdetails_deptpriority',
'inJobNum=inJobNum',
'inDeptId=deptid',
'inDeptPriority=[deptpriority]'; -
Hi,
the editing mode (default, textarea, select, radiobutton, datepicker, datetimepicker and timepicker), is selected in dbr.editable's type-parameter. If no mode is defined, default in-cell editing is done.See example from the demo.
--
myDBR Team
Reply
You must log in to post.