Questions tagged [editmode]
103 questions
1
vote
1 answer
Keep a UITableView section from showing up as editing while the table is in edit mode
I've got 2 sections in a UITableView. The tableview needs to stay in edit mode, but only the first section is editable. Specifically, I want the second section to display as it would if the table were not in edit mode (tableviewcells are their…

jtrim
- 3,465
- 4
- 31
- 44
1
vote
2 answers
SharePoint 2010: Link to open Excel file in edit-mode mode
I have an application with a button. This button refers to an Excel document I have on a SharePoint. However, it will download the file which means it's read-only. Now, there's an option in the SharePoint to open the file in edit-mode and I would…

Homie
- 437
- 4
- 11
- 23
1
vote
1 answer
UITableView editing-mode problems (iPhone SDK)
I have a tableView populated with custom tableViewCells. The cells are not subclasses, they are merely tableViewCells which have had a lot of tweaking and "subview-adding"(done in the cellForRowAtIndexPath method). The problem occurs when i tap the…

Benjamin Egelund-Müller
- 527
- 1
- 3
- 11
1
vote
1 answer
masked text time(HH.mm.ss) in gridview edit mode
I need to restrict to enter only time(HH:mm:ss) in gridview edit mode how can i do it ?

VVovoVV
- 87
- 10
1
vote
0 answers
How to put GridView into edit mode while nested in two Repeaters?
I have a Gridview inside a Repeater inside another Repeater. The declarative code looks like this:
<%# DataBinder.Eval(Container.DataItem, "Name") %>
…

jethomas
- 207
- 4
- 15
0
votes
1 answer
ASP.Net gridview always enters edit mode after an upgrade from platform 3.5 to 4
I have a long-term project (approx 9 years of continual use so far) that uses gridviews in several pages. The gridviews are used to display abbreviated summary details only, each with separate editing forms (hidden until called) being used.
I'm not…

Alec MacLean
- 53
- 4
0
votes
1 answer
How to store uploaded images via portlet preference view in Liferay
I'm gonna develope banner rotator porlet in Liferay, that will have preference view (Configuration view), from where admin could manage banner rotate images, uploading them from computer and setting its title and description.
My question is, where…

Almas Adilbek
- 4,371
- 10
- 58
- 97
0
votes
0 answers
How to use DataGridView BeginEdit for 3 columns in vb.net
So I want the edit content to click first then the edit position in column 3, then I click second then the edit position in column 4, then ,then click third then the edit position in column 5.
or there is another way
Please guide me
Thanks
…

roy
- 693
- 2
- 11
0
votes
0 answers
How to edit a particular face generated when extruding a sketch (it doesnt allow me)
I need to make dissapear these faces that I marked in green. I nedd a shape as the one I put in orange (like an upside down vulcano).
But I cannot find the way to do it.
Usually in the softwares you find the "edit mode" to change faces, edges and…

Ana
- 1
0
votes
1 answer
how can i fixed the error of the assigned id that has never been used but actually used?
enter image description here
screenshot of my code. the error there is the id is not used even I already used it.
I watch a video and copy it but in the part of my axios, the todoUrl and id has a problem.
the video link is…
0
votes
0 answers
WPF make Textbox editable immediately after mouse click
I am creating a WPF app with multiple dynamically generated Textboxes in a grid. When I click one of the Textboxes it gets highlighted, but it cannot be edited. I would like to edit it immediatelly after mouse click.
I think that the problem may be…

Jiří Navrátil
- 1
- 1
0
votes
0 answers
List with editmode and onAppear
I am trying to display the list of items in editmode after the api call but List does not enter editmode. As a result, regular list of items is shown (not able to select an item). When I have static values, everything works well.
The view:
struct…

ilito
- 89
- 7
0
votes
0 answers
List Editing Breaks on ID Change
Why does list editing via the EditButton break after tapping "Change List ID"? The controls to delete list items do not appear.
Steps to reproduce:
Tap "Change List ID" (do not tap "Edit" before)
Tap "Edit". The delete buttons do not…

John
- 964
- 8
- 21
0
votes
0 answers
Cascading Dropdown lists in Gridview Edit mode using SQL database
I am try to using four dropdown lists in cascading mode in GridView for data editing. I have successfully implementing the cascading feature in three lists but fourth list is not working. My aspx page along with VB code is
<%@ Page Language="VB" …

user1185088
- 99
- 1
- 1
- 8
0
votes
2 answers
Display password char * in the password column in gridview in edit mode
I have a webform gridview. In that one columns is password. I want to allow the users to change the password. there are few issues.
In the Edit template I have mentioned the password column TextMode as Password. So it shows blank when I click on…

Saanch
- 1,814
- 1
- 24
- 38